home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / hints / mechw2 / mechwar2 / mechwar4.b50 next >
Encoding:
Text File  |  1995-09-03  |  5.0 KB  |  175 lines

  1. REM                  F-16 FLCS/WCS PROGRAMMING TEMPLATE
  2. REM
  3. REM B50 FILENAME: MECHWAR4.B50_  DESCRIPTION: Button file for FLCS and WCS
  4. REM for Mechwarrior 2
  5. REM
  6. REM WRITTEN BY: Kent Wolf_____________________DATE: (Last modified) 9/4/95
  7. REM
  8. REM NAME OF GAME AND PUBLISHER:Mechwarrior 2, Activision___________________
  9. REM
  10. REM ************************PRELIMINARY SETTINGS**************************
  11. REM
  12. REM Be SURE to calibrate digital throttle before game play.  This is done via
  13. REM F-10 from the main screen of the Thrustmaster software.  Select item "K."
  14. REM Follow the prompts.
  15. REM
  16. REM Place RED switch to DIGITAL.  Place BLACK switch to DIGITAL.
  17. REM
  18. REM NOTE: Trials of Grievance uses some different menu commands for commanding
  19. REM Starmates.  These differing commands are instituted via a shifted hat #4.
  20. REM Command All Mechs, All Mechs Attack My Target, and All Mechs Join
  21. REM Formation in Trials Of Grievance are these so-named commands.  All other
  22. REM Starmate commands use other (NOT shifted hat #4) shifted hats and buttons.
  23. REM The Trials Of Grievance commands are not listed as macros, but are rather
  24. REM entered directly in this B50 file.
  25. REM
  26. REM NOTE: "Fire Weapons Group 2" uses a raw scan code in the macro file
  27. REM seeing the game will not use a normal "KP/" to actuate this feature.
  28. REM
  29. REM
  30.     USE WCS
  31. REM
  32. REM ***************************RATE SETTING********************************
  33. REM
  34. REM INCLUDE THE 'USE FCLK' COMMAND TO BASE CHARACTER TIMING ON THE SIMULATOR.
  35. REM
  36. REM THE RATE MAY HAVE TO BE ADJUSTED ACCORDING TO YOUR MACHINE.IF COMMANDS ARE
  37. REM NOT RELIABLY PERFORMED, I.E. FORMATION CHANGES, ADJUST THE RATE IN 25 MS
  38. REM INCREMENTS. I.E. RATE @ 175 + 25 EQUALS APPROX. 200 MILLISECOND DELAY.
  39. REM THIS IS IMPORTANT FOR COMMAND RELIABILITY.  TEST WITH FORMATION MACROS
  40. REM FOR BEST RESULTS.  YOU MAY BE ABLE TO USE A FASTER RATE, DEPENDING ON
  41. REM YOUR MACHINE.
  42. REM
  43.     RATE 195
  44. REM
  45. REM ***********************MACRO DEFINITION FILE***************************
  46. REM
  47.     MDEF MW2MACRO
  48. REM
  49. REM ****************************FLCS SETTINGS******************************
  50. REM
  51. REM FIRST TRIGGER CLICK
  52. REM
  53.     BTN TG1 FireGuns
  54. REM
  55. REM SECOND TRIGGER CLICK
  56. REM
  57.     BTN TG2 FireAll
  58. REM
  59. REM BUTTONS S1 THRU S4 (S1=INDEX FINGER, S2=THUMB, S3=PINKY, AND
  60. REM S4=PADDLE SWITCH ON FLCS).
  61. REM
  62.     BTN S1 /O JumpJet
  63.            /I CommandStarmates
  64. REM
  65.     BTN S2 /O TargetUnderRetic
  66.            /I AllMechJoinForm
  67. REM
  68.     BTN S3                REM Nothing.  Used for WCS shifting.
  69. REM
  70.     BTN S4 InspectObject
  71. REM
  72. REM HAT SWITCHES H1 THRU H4.  EACH HAT SWITCH FUNCTIONS AS A 5-WAY SWITCH,
  73. REM THE POSITIONS CORRESPONDING TO THE 4 BASIC DIRECTIONS, AND THE MIDDLE
  74. REM POSITION.
  75. REM
  76. REM H1=LARGE HAT AT TOP OF FLCS
  77. REM
  78.     BTN H1U /O LookUp
  79.             /I ChangeToVForm
  80. REM
  81.     BTN H1D /O LookDown
  82.             /I ChangeToWedgeFor
  83. REM
  84.     BTN H1L /O LookLeft
  85.             /I ChgToEchLeftForm
  86. REM
  87.     BTN H1R /O LookRight
  88.             /I ChgToEchRightFor
  89.     BTN H1M
  90. REM
  91. REM H2=SMALL HAT BELOW BUTTON S2
  92. REM
  93.     BTN H2U /O FireWpnsGrp1
  94.             /I AllPtsAttkTrgt
  95. REM
  96.     BTN H2D /O SelectWpnsGrp
  97.             /I StatusOfStarmate
  98. REM
  99.     BTN H2L /O FireWpnsGrp2
  100.             /I Pt2AttkTarget
  101. REM
  102.     BTN H2R /O FireWpnsGrp3
  103.             /I Pt3AttkTarget
  104. REM BTN H2M
  105. REM
  106. REM H3=SECOND LARGER HAT BELOW H1
  107. REM
  108.     BTN H3U /O ZoomIn
  109.             /I ChgToLinAbstForm
  110. REM
  111.     BTN H3D /O ZoomOut
  112.             /I ChgToLinAstnForm
  113. REM
  114.     BTN H3L /O WireFrameDisp
  115.             /I Pt2AwaitingCmnd
  116. REM
  117.     BTN H3R /O CycleDisplays
  118.             /I Pt3AwaitingCmnd
  119.     BTN H3M
  120. REM
  121. REM H4=HAT ON LEFT SIDE OF FLCS
  122. REM
  123.     BTN H4U /O SatelliteLink
  124.             /I (CTL F1 4 1 ESC) REM TRIALS OF GRIEVANCE: ALL PTS ATTACK TARGET
  125. REM
  126.     BTN H4D ExternalCamera
  127. REM
  128.     BTN H4L /O EnhancedImaging
  129.             /I (CTL F1 4 3 ESC) REM TRIALS OF GRIEVANCE: ALL PTS JOIN FORMATN
  130. REM
  131.     BTN H4R /O LoLightAmplif
  132.             /I (CTL F1 4) REM TRIALS OF GRIEVANCE: COMMAND ALL PTS:YOU COMMAND
  133.     BTN H4M
  134. REM
  135. REM ****************************WCS SETTINGS*******************************
  136. REM
  137. REM BUTTONS T1 THRU T10 ARE USED BY THE WCS.
  138. REM
  139.     BTN T1 /O OverideShutDwn
  140.            /I ManShutdwnRest
  141. REM
  142.     BTN T2 /O PreviousTarget
  143.            /I TargetFriendly
  144. REM
  145.     BTN T3 /O SelectNxtEmeny
  146.            /I NectNavPoint
  147. REM
  148.     BTN T4 /O CycleTargets
  149.            /I SatliteZoomOut
  150. REM
  151.     BTN T5 /O Pause
  152.            /I SatliteZoomIn
  153. REM
  154.     BTN T6 /O ReversMechDir
  155.            /I MASC
  156. REM
  157.     BTN T7   /P SystemStatus
  158.              /R SystemStatus
  159. REM
  160.     BTN T8   /P Objectives
  161.              /R Objectives
  162. REM
  163. REM THROTTLE COMMANDS.  NOTE: OMIT THE 'THR' STATEMENT TO USE THE THROTTLE AS
  164. REM AN ANALOG DEVICE.
  165. REM
  166. THR 2 9 1 1 2 3 4 5 6 7 8 9 0
  167. REM
  168. REM
  169. REM USE THE MINIMUM THROTTLE BUTTON SETTING TO CONTROL THE THROTTLE WHEN
  170. REM PULLED FULLY BACK.
  171. REM
  172. BTN MT 1
  173. REM
  174. REM ***********************************************************************
  175.